home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / t_libv10.zip / Z.BAT < prev   
DOS Batch File  |  1996-08-13  |  164b  |  8 lines

  1. ECHO OFF
  2.  
  3. REM This Batch file is used to send a file Using DSZ ZMODEM
  4. REM    %1 = ComPort
  5. REM    %2 = Path and File Name
  6.  
  7. dsz port %1 handshake both z sz %2
  8.